home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.20021006-20030409 / 000167_fdc@columbia.edu_Mon Dec 9 13:53:40 EST 2002.msg < prev    next >
Text File  |  2003-04-08  |  2KB  |  44 lines

  1. Article: 13948 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
  3. From: fdc@columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: compiling kermit to use ascii lock files
  6. Date: 9 Dec 2002 13:53:30 -0500
  7. Organization: Columbia University
  8. Lines: 27
  9. Message-ID: <at2ora$260$1@watsol.cc.columbia.edu>
  10. References: <ede58b6.0212091048.327e1ae7@posting.google.com>
  11. NNTP-Posting-Host: watsol.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1039460012 14742 128.59.39.139 (9 Dec 2002 18:53:32 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 9 Dec 2002 18:53:32 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13948
  16.  
  17. In article <ede58b6.0212091048.327e1ae7@posting.google.com>,
  18. Jerry Chang <neoguri808@yahoo.com> wrote:
  19. : How do i compile kermit to use ascii lock
  20. : files instead of binary?
  21. : I'm running HP-UX 11.11 and qpage 3.3.  qpage ignores the
  22. : binary lock file kermit creates.  I tried -DHDBUUCP but 
  23. : kermit continues to use binary PID lock files.
  24. Which version of Kermit?  The current version is C-Kermit 8.0:
  25.  
  26.   http://www.columbia.edu/kermit/ckermit.html
  27.  
  28. Does C-Kermit follow the HP-UX standard?  If so, then it's qpage
  29. that needs fixing.  (To test, see where HP-UX cu puts its lockfiles.)
  30.  
  31. Users are not given the ability to change the lockfile location
  32. or contents or format; that would be rather self-defeating.
  33. More about lockfiles here:
  34.  
  35.   http://www.columbia.edu/kermit/ckuins.html#x10
  36.  
  37. It is the responsibility of every application to ensure that its
  38. lockfile definitions agree with those of the operating system and
  39. version where it is to be used.
  40.  
  41. - Frank
  42.